Release 2016.15
authorColin Walters <walters@verbum.org>
Mon, 12 Dec 2016 16:54:03 +0000 (11:54 -0500)
committerAtomic Bot <atomic-devel@projectatomic.io>
Mon, 12 Dec 2016 17:19:01 +0000 (17:19 +0000)
Closes: #632
Approved by: jlebon

configure.ac
src/libostree/libostree.sym

index 7168221d1a9a2c90b7d70701716a107f07ba72d4..c59b3f7bd9e37c745a13951b592138467b0f956c 100644 (file)
@@ -1,6 +1,6 @@
 AC_PREREQ([2.63])
 dnl If incrementing the version here, remember to update libostree.sym too
-AC_INIT([ostree], [2016.14], [walters@verbum.org])
+AC_INIT([ostree], [2016.15], [walters@verbum.org])
 AC_CONFIG_HEADER([config.h])
 AC_CONFIG_MACRO_DIR([buildutil])
 AC_CONFIG_AUX_DIR([build-aux])
index 0540cba679868bb72cc0e5931386f68f298b48c2..0b8410fb6a67eb04f5b530d2341e92841a9933a5 100644 (file)
@@ -364,6 +364,8 @@ global:
        ostree_repo_verify_commit_for_remote;
 } LIBOSTREE_2016.8;
 
+/* No new symbols in 2016.15 */
+
 /*                         NOTE NOTE NOTE
  * Versions above here are released.  Only add symbols below this line.
  *                         NOTE NOTE NOTE